home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / ttyline / ttyline.p < prev    next >
Text File  |  1996-07-22  |  253b  |  17 lines

  1. #ifndef _ttyline_P_
  2. #define _ttyline_P_
  3.  
  4. #include <ctype.h>
  5.  
  6. #include "ttyline.h"
  7.  
  8. extern unsigned   
  9.     active_index,           /* index used when looking for active lines */
  10.     n_lines;
  11. extern char
  12.     **ttyline;
  13. extern int
  14.     active_line;
  15.  
  16. #endif
  17.